 |
 |
 |
 |
 |
 |
 |
The
"or" operation takes two
|
|
inputs and
produces one output.
|
|
If either of the
inputs are true,
|
|
the output is
true; otherwise (i.e.,
|
|
if neither input
is true), the output
|
is false. It can
be interpreted as
|
|
follows: "I
will return true if either
|
|
input 1 or
input 2 is true."
|
|